projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6356f01
)
GtkStyle: Get to style GtkCellRendererText text.
author
Carlos Garnacho
<carlosg@gnome.org>
Mon, 25 Oct 2010 11:55:18 +0000
(13:55 +0200)
committer
Carlos Garnacho
<carlosg@gnome.org>
Sat, 4 Dec 2010 14:38:27 +0000
(15:38 +0100)
gtk/gtkstyle.c
patch
|
blob
|
history
diff --git
a/gtk/gtkstyle.c
b/gtk/gtkstyle.c
index 34f5d912bff345e7eccf563f560e2965098ee289..7c80afb8b5e046744eb9ea1edceadc4062c2600c 100644
(file)
--- a/
gtk/gtkstyle.c
+++ b/
gtk/gtkstyle.c
@@
-1831,7
+1831,7
@@
transform_detail_string (const gchar *detail,
gtk_style_context_add_class (context, "slider");
gtk_style_context_add_class (context, "scrollbar");
}
- else if (g_str_has_prefix (detail, "cell
_
"))
+ else if (g_str_has_prefix (detail, "cell"))
{
GtkRegionFlags row, col;
gboolean ruled = FALSE;